home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 80
/
XENIATGM80.iso
/
Goodies
/
Blood 2
/
Source
/
data.z
/
KeyFixes.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-04-02
|
143b
|
8 lines
#ifndef __KEYFIXES_H
#define __KEYFIXES_H
void ConvertKeyToCurrentKeyboard(char* sNewKey, char* sOldKey, int nNewKeyMaxSize);
#endif